Courses / CSS Mastery / Variable & Themes
Variable & Themes
CSS variable orqali rang va theme boshqarish.
:root ichida barcha ranglarni yozib qo‘ysangiz, tez o‘zgaradi.
Misol
:root {
--bg: #0b0b0c;
--accent: #19c463;
}
body { background: var(--bg); }
← Animations
End →